Remove Method (BaseStorage<T,TMappingCollection>)
Removes object from the Objects collection.
public override void Remove(
System.object
)
'Declaration
Public Overrides Sub Remove( _
ByVal As System.Object _
)
Parameters
- value
- The System.Object to remove.